home *** CD-ROM | disk | FTP | other *** search
- ;Skrypt instalacyjny oprogramowania do karty Prometeusz
- ;Grzegorz "Krashan" Kraszewski
- ;$VER: Prometheus Update 2.3 (6.10.2002)
-
- (complete 0)
- (set #msg_vendorsp "Update the list of existing PCI cards.")
- (set #msg_promlib "Update prometheus.library".)
- (set #msg_3dfxv "Update Picasso96 Voodoo3 driver.")
- (set #msg_prmcard "Update Picasso96 Prometheus driver.")
-
-
- (message "Welcome to the Prometheus Update v2.3 install script."
- (all)
- )
-
- (copylib
- (prompt "Updating prometheus.library.")
- (help "")
- (source "prometheus.library")
- (dest "LIBS:")
- )
-
- (complete 10)
-
- (if
- (NOT (exists "DEVS:PCI/"))
- (makedir "DEVS:PCI/"
- (prompt "Creating a directory for PCI related stuff in DEVS:.")
- )
- )
-
- (complete 20)
-
- (copyfiles
- (prompt "Updating PCI cards database.")
- (source "vendors.txt")
- (dest "DEVS:PCI/")
- )
-
- (complete 30)
-
- (copylib
- (prompt "Updating Picasso96 Voodoo3 driver.")
- (help "")
- (source "3dfxvoodoo.chip")
- (dest "LIBS:Picasso96/")
- )
-
- (complete 40)
-
- (copylib
- (prompt "Updating Picasso96 Prometheus driver.")
- (help "")
- (source "Prometheus.card")
- (dest "LIBS:Picasso96/")
- )
-
- (complete 50)
-
- (copylib
- (prompt "Updating Picasso96 emulation.library.")
- (help "")
- (source "emulation.library")
- (dest "LIBS:Picasso96/")
- )
-
- (complete 60)
-
- (copylib
- (prompt "Updating Picasso96 fastlayers.library.")
- (help "")
- (source "fastlayers.library")
- (dest "LIBS:Picasso96/")
- )
-
- (complete 70)
-
- (copylib
- (prompt "Updating Picasso96 rtg.library.")
- (help "")
- (source "rtg.library")
- (dest "LIBS:Picasso96/")
- )
-
- (complete 80)
-
- (copylib
- (prompt "Updating PrmScan tool.")
- (help "The tool lists in a console window all PCI boards installed in the system.")
- (source "PrmScan")
- (infos)
- (dest
- (askdir
- (prompt "Select the directory where you want to install the new version of PrmScan. No directory will be created here.")
- (help "Select default if unsure.")
- (default "SYS:Utilities/Prometheus")
- (newpath)
- )
- )
- )
-
- (complete 90)
-
- (copylib
- (prompt "Installing DMAList tool.")
- (help "The tool lists in a console window list of allocated DMA buffers.")
- (source "DMAList")
- (infos)
- (dest
- (askdir
- (prompt "Select the directory where you want to install DMAList. No directory will be created here.")
- (help "Select default if unsure.")
- (default "SYS:Utilities/Prometheus")
- (newpath)
- )
- )
- )
-
- (complete 100)
-
- (set @default-dest "SYS:")
-
- (exit)
-